home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Smart Defrag / DefragSetup.exe / {app} / IObit SmartDefrag.exe / 0 / RCDATA / TSWITCHLANGFORM / TSWITCHLANGFORM.txt < prev   
Encoding:
Text File  |  2009-07-02  |  1.3 KB  |  61 lines

  1. object switchlangform: Tswitchlangform
  2.   Left = 170
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select Language'
  7.   ClientHeight = 112
  8.   ClientWidth = 269
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object desclabel: TLabel
  23.     Left = 20
  24.     Top = 16
  25.     Width = 205
  26.     Height = 15
  27.     Caption = 'Select the language of the program :'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object okbtn: TButton
  36.     Left = 144
  37.     Top = 72
  38.     Width = 73
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -12
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     TabOrder = 0
  48.     OnClick = okbtnClick
  49.   end
  50.   object LanBox: TComboBox
  51.     Left = 64
  52.     Top = 37
  53.     Width = 153
  54.     Height = 21
  55.     Style = csDropDownList
  56.     ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
  57.     ItemHeight = 13
  58.     TabOrder = 1
  59.   end
  60. end
  61.